ComponentOne Xamarin Edition
SortAsync Method (C1HierarchicalCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1HierarchicalCollectionView<T> Class : SortAsync Method
The sort descriptions that determine how the data will be sort.
Sorts the collection view according to the specified sortDescriptions.
Syntax
[AsyncStateMachine(C1.CollectionView.C1HierarchicalCollectionView`1+d__25[T])] 
public Task SortAsync( 
   params SortDescription[] sortDescriptions 
)

Parameters

sortDescriptions
The sort descriptions that determine how the data will be sort.
See Also

Reference

C1HierarchicalCollectionView<T> Class
C1HierarchicalCollectionView<T> Members